home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lisp / edebug / README < prev   
Encoding:
Text File  |  1994-09-20  |  1.9 KB  |  53 lines

  1. Files included in this distribution:
  2.  
  3. README        This file.
  4. Makefile    Just enough to make the manual and distribution.
  5. edebug.el    The reason for all this.
  6. cust-print.el    The custom print package.
  7. edebug-history    A history of older modifications.
  8. edebug-lucid.el    An extension for Lucid Emacs to provide menus.
  9. edebug-emacs19.el An extension for Emacs 19 to provide menus.
  10. cl-specs.el    Specifications for Common Lisp macros.
  11. cl-read.el    Customizable, CL-like reader from <Guido.Bosch@loria.fr>
  12. edebug-cl-read.el Edebug reader macros for use with cl-read.
  13. edebug.tex    The manual source.
  14. edebug.texi     The core of the manual for Lisp Reference Manual.
  15. edebug.info    The manual in info form.
  16. permute-index    Script to generate permuted index for manual.
  17.  
  18. --------------------------
  19. Installation
  20.  
  21. To install, put the .el files in some directory in your load-path and
  22. byte-compile them.  Put the following forms in your .emacs file.
  23.  
  24. (define-key emacs-lisp-mode-map "\C-xx" 'edebug-eval-top-level-form)
  25. (autoload 'edebug-eval-top-level-form "edebug")
  26.  
  27. If you wish to change the default edebug global command prefix, change this:
  28. (setq edebug-global-prefix "\C-xX")
  29.  
  30. Other options, are described in the manual.
  31. Also see edebug-emacs19.el, edebug-lemacs.el, cl-specs.el, 
  32. and edebug-cl-read.el if they apply to you.
  33.  
  34. In previous versions of edebug, users were directed to set
  35. `debugger' to `edebug-debug'.  This is no longer necessary
  36. since edebug automatically sets it whenever any code is being edebugged.
  37.  
  38. ---------------------------
  39.  
  40. Send me your enhancements, ideas, bugs, or fixes.
  41. There is an edebug mailing list if you want to keep up
  42. with the latest developments: edebug@cs.uiuc.edu
  43. (requests to: edebug-request@cs.uiuc.edu)
  44.  
  45. You can use edebug-submit-bug-report to simplify bug reporting.
  46.  
  47. Daniel LaLiberte   217-373-6511 x670
  48. University of Illinois, Urbana-Champaign
  49. Department of Computer Science
  50.  
  51. 704 W Green
  52. Champaign IL, 61820
  53.